Denizen Script Language Explanations


Language Explanations explain components of Denizen in a more direct and technical way than The Beginner's Guide.


Showing 1 out of 56 language explanations...
NameText GUI Element
DescriptionText GUI elements display (potentially multi-line) text; they have a UI type of "text".
See also Language:Label GUI Element.


ui_type: text
# The text element's text, required.
text: <text>
# The text element's text color, optional.
color: <ColorTag>
GroupGUI System
Sourcehttps://github.com/DenizenScript/Clientizen/blob/master/src/main/java/com/denizenscript/clientizen/scripts/containers/gui/elements/TextElement.java#L17